home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / abstract.swf / scripts / DefineSprite_383 / frame_1 / DoAction.as
Text File  |  2013-04-24  |  238b  |  10 lines

  1. this.onRollOver = function()
  2. {
  3.    _root.playSFX("menuRollOver");
  4.    this.filters = [new flash.filters.GlowFilter(12303359,1,6,6,2,3,false,false)];
  5. };
  6. this.onRollOut = this.onReleaseOutside = function()
  7. {
  8.    this.filters = [];
  9. };
  10.